home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Mapping / m-select < prev    next >
Text File  |  1998-08-11  |  188b  |  9 lines

  1. m-select  template &rest pattern
  2.  
  3. 0-based
  4.  
  5. (m-select '(0 1 1 0 0) '(a a a a a) '(b b b b b))
  6. => (a b b a a)
  7.  
  8. (m-select '(0 1 2 1 0 0) '(a a a a a) '(b b b b b) '(e f g h))
  9. => (a b g b a a)